home *** CD-ROM | disk | FTP | other *** search
- <settings>
- <!-- text style -->
- <TextStyles>
- </TextStyles>
-
- <!-- placements -->
- <Placements>
- <Placement name="PopupBackground" loc="15,30"/>
- <Placement name="FirstOption" loc="50.0,38" offset="7.0"/>
- <Placement name="OkButton" loc="42,58.5"/>
- <Placement name="CancelButton" loc="58.5,58.5"/>
- </Placements>
-
- <!-- Composite Images -->
- <CompositeImages>
-
- <CompositeImage name="PopupBackground" size="70,35">
- <DrawRoundedRect loc="3,4" size="94,92" fillColor="PopupBackground" borderColor="PopupBorder" radius="@PopupCornerRadius" borderWidth="@PopupBorderWidth"/>
- </CompositeImage>
-
- <CompositeImage name="OptionNormal" size="63,7">
- <DrawText text="@optionValue" loc="5,0" size="95,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
- </CompositeImage>
-
- <CompositeImage name="OptionSelected" size="63,7">
- <DrawCommonImage name="GeneralSelection"/>
- <DrawText text="@optionValue" loc="5,0" size="95,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
- </CompositeImage>
-
- </CompositeImages>
- </settings>